PaintPropertyValue

Constructors

Link copied to clipboard
open fun PaintPropertyValue(@NonNull name: String, value: T)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Get the color int value of the property if the value is a color.
Link copied to clipboard
Get the expression of the property.
Link copied to clipboard
open fun getValue(): T
Get the value of the property.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isExpression(): Boolean
Returns if this is a expression.
Link copied to clipboard
open fun isNull(): Boolean
Returns if this is null
Link copied to clipboard
open fun isValue(): Boolean
Returns if this is a value.
Link copied to clipboard
open fun toString(): String
Get the string representation of a property value.

Properties

Link copied to clipboard
Link copied to clipboard
val value: T